×\"Scan QR Code\" in WeChat and press ··· to share!
");
new QRCode(jQuery('.sfsi_premium_wechat_follow_overlay .sfsi_premium_wechat_qr_display')[0], window.location.href)
jQuery('.sfsi_premium_wechat_follow_overlay .sfsi_premium_wechat_qr_display img').attr('nopin','nopin')
}else{
jQuery('.sfsi_premium_wechat_scan').removeClass('hide').addClass('show');
}
}
}
function sfsi_premium_wechat_share_mobile(url){
if(jQuery('.sfsi_premium_wechat_follow_overlay').length==0){
jQuery('body').append("
");
}else{
jQuery('.sfsi_premium_wechat_scan').removeClass('hide').addClass('show');
}
}
function sfsi_copy_text_parent_input(event){
var target = jQuery(event.target);
console.log(target);
input_target= target.parent().parent().parent().find('input');
input_target.select();
document.execCommand('copy');
}